home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / guitar_g.swf / scripts / DefineButton2_424 / BUTTONCONDACTION on(release).as
Text File  |  2010-04-12  |  120b  |  9 lines

  1. on(release){
  2.    gotoAndStop(6);
  3.    stopAllSounds();
  4.    tellTarget("bg_sound")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9.